[DOCS-13562] Add resource tag filtering sections to Azure docs#35754
Open
[DOCS-13562] Add resource tag filtering sections to Azure docs#35754
Conversation
Contributor
Preview links (active after the
|
rtrieu
approved these changes
Apr 10, 2026
| [13]: https://learn.microsoft.com/azure/azure-monitor/essentials/diagnostic-settings | ||
| [14]: https://app.datadoghq.com/integrations/azure/add?config_azure-new-onboarding=true | ||
| [15]: https://learn.microsoft.com/azure/azure-functions/ | ||
| [16]: /getting_started/integrations/azure/#resource-tag-filtering-1 |
Contributor
There was a problem hiding this comment.
Suggested change
| [16]: /getting_started/integrations/azure/#resource-tag-filtering-1 | |
| [16]: /getting_started/integrations/azure/#resource-tag-filtering-for-logs |
|
|
||
| {{< img src="/getting_started/integrations/azure/GSwAzure_metricExplorer.png" alt="Metric summary image" style="width:100%;" >}} | ||
|
|
||
| ### Resource tag filtering |
Contributor
There was a problem hiding this comment.
Suggested change
| ### Resource tag filtering | |
| ### Resource tag filtering for metrics |
|
|
||
| {{% azure-log-archiving %}} | ||
|
|
||
| ### Resource tag filtering |
Contributor
There was a problem hiding this comment.
Suggested change
| ### Resource tag filtering | |
| ### Resource tag filtering for logs |
|
|
||
| ### Resource tag filtering | ||
|
|
||
| Use tag filters to control which Azure resources have their metrics collected by Datadog. A tag filter is a comma-separated list of tags in the form `key:value`. Only resources that match at least one tag in the filter have their metrics collected. |
Contributor
There was a problem hiding this comment.
should we add a line here telling users where to configure tag filters?
Suggested change
| Use tag filters to control which Azure resources have their metrics collected by Datadog. A tag filter is a comma-separated list of tags in the form `key:value`. Only resources that match at least one tag in the filter have their metrics collected. | |
| Use tag filters to control which Azure resources have their metrics collected by Datadog. Configure tag filters in the Configuration tab of the [Azure integration tile][X]. A tag filter is a comma-separated list of tags in the form `key:value`. Only resources that match at least one tag in the filter have their metrics collected. |
|
|
||
| ### Resource tag filtering | ||
|
|
||
| Use tag filters to control which Azure resources have their logs forwarded to Datadog. A tag filter is a comma-separated list of tags in the form `key:value`. Only resources that match at least one tag in the filter have their logs forwarded. |
Contributor
There was a problem hiding this comment.
same suggestion as above to let users know where these can be configured
Suggested change
| Use tag filters to control which Azure resources have their logs forwarded to Datadog. A tag filter is a comma-separated list of tags in the form `key:value`. Only resources that match at least one tag in the filter have their logs forwarded. | |
| Use tag filters to control which Azure resources have their logs forwarded to Datadog. Configure tag filters in the Configuration tab of the [Azure integration tile][X]. A tag filter is a comma-separated list of tags in the form `key:value`. Only resources that match at least one tag in the filter have their logs forwarded. |
| For example: `datadog:monitored,env:production,!plan_tier:basic,instance-type:c1.*` | ||
|
|
||
| This filter forwards logs from resources tagged with `datadog:monitored` or `env:production`, excludes resources tagged with `plan_tier:basic`, and includes resources with an `instance-type` tag matching `c1.*`. | ||
|
|
Contributor
There was a problem hiding this comment.
Suggested change
| If no tag filter is set, Datadog collects metrics from all Azure resources. |
| For example: `datadog:monitored,env:production,!plan_tier:basic,instance-type:c1.*` | ||
|
|
||
| This filter collects metrics from resources tagged with `datadog:monitored` or `env:production`, excludes resources tagged with `plan_tier:basic`, and includes resources with an `instance-type` tag matching `c1.*`. | ||
|
|
Contributor
There was a problem hiding this comment.
Suggested change
| If no tag filter is set, Datadog collects metrics from all Azure resources. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Fixes DOCS-13562
Adds resource tag filtering documentation to the Azure getting started guide and a reference from the automated log forwarding page. Tag filtering subsections are added under both the "Metric collection" and "Enable log collection" sections so customers can find the information regardless of which section they navigate to.
This replaces the approach in #35060, which directed customers to edit environment variables directly in the Azure portal forwarders.
Merge instructions
Merge readiness:
Additional notes
Content sourced from the Azure Doc Requests Google Doc (section 3: Azure Tag Filters).
References